Seal GtkTextTagTable.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:07:08 +0000 (11:07 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:07:08 +0000 (11:07 +0000)
svn path=/trunk/; revision=20592

gtk/gtktexttagtable.h

index d32968e8ccbec7b2813f7eac9dcbfe403d0f56bd..ecc172d1c9282ff9ec54c0cd189dcdd52bc14a81 100644 (file)
@@ -50,11 +50,11 @@ struct _GtkTextTagTable
 {
   GObject parent_instance;
 
-  GHashTable *hash;
-  GSList *anonymous;
-  gint anon_count;
+  GHashTable *GSEAL (hash);
+  GSList *GSEAL (anonymous);
+  gint GSEAL (anon_count);
 
-  GSList *buffers;
+  GSList *GSEAL (buffers);
 };
 
 struct _GtkTextTagTableClass